====================================================================================================
BBCode Modifications
YouTube
====================================================================================================

This will let users watch youtube videos on their mobile device.

1. Login to your forum admin panel and goto Look & Feel.
2. On the left click Manage Media BBCode, and select edit media tag to the right of YouTube.
3. Replace the "Media Replacement HTML" with the bit below.
4. To get the old images to be sync'd up, click BBCode management on the left. Then Edit the Media BBCode.
5. If you see "Content Cache Enabled" in red at the top. Select "YES" and press save. That'll get all your old videos to work.

====================================================================================================
Replace With:
====================================================================================================

<object width="425" height="344">
	<param name="movie" value="http://www.youtube.com/v/$2"></param>
	<param name="allowFullScreen" value="true"></param>
	<param name="allowscriptaccess" value="always"></param>
	<param name="quality" value="best">
	<embed src="http://www.youtube.com/v/$2" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"></embed>
</object>